home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 August / 1987-08.d64 / sid chip.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  530b  |  15 lines

  1. 10 poke53280,12:poke53281,12:print"[147]"
  2. 20 printchr$(142)spc(3)"[151]press a key to load and run the"
  3. 30 printspc(3)"sound demonstration program from"
  4. 40 printspc(3)chr$(17);chr$(34)"exploring the sid chip.";chr$(34):print:print
  5. 50 printspc(3)"the program is a machine language"
  6. 60 printspc(3)"program in the form of a basic"
  7. 70 printspc(3)"loader.[144]"
  8. 80 ford=1to39:print"[164]";:next:print
  9. 90 print"[144]     press any key to run the demo     [146]"
  10. 100 poke198,0:wait198,1:getdh$
  11. 110 print"[147][152]load"chr$(34)"sid chip"chr$(34)",8"
  12. 120 print"run[144]"
  13. 130 printchr$(142)"[144]just a moment...loading sid chip demo[152]";
  14. 140 fori=1to2:poke630+i,13:next:poke198,i
  15.